home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p1186_1023_64bit.exe / [0] / eppshellreg.exe / MANIFEST / 1
Extensible Markup Language  |  2014-10-23  |  1KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  
  5. <assemblyIdentity
  6.  
  7.     version="1.0.0.0"
  8.  
  9.     processorArchitecture="amd64"
  10.  
  11.     name="ES-Computing.EditPlus.eppshellreg"
  12.  
  13.     type="win32"
  14.  
  15. />
  16.  
  17. <description>eppshellreg.exe for EditPlus</description>
  18.  
  19. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  20.     <security>
  21.       <requestedPrivileges>
  22.         <requestedExecutionLevel
  23.           level="requireAdministrator"
  24.           uiAccess="false"/>
  25.       </requestedPrivileges>
  26.      </security>
  27. </trustInfo>
  28.  
  29. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  30.  
  31.   <application>
  32.  
  33.     <!--The ID below indicates application support for Windows Vista -->
  34.  
  35.       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  36.  
  37.     <!--The ID below indicates application support for Windows 7 -->
  38.  
  39.       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  40.  
  41.   </application>
  42.  
  43. </compatibility>
  44.  
  45. </assembly>
  46.